.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-white {
  /* turn everything white */
  filter: brightness(0) invert(1);
}

#donatebut {
    background-color: rgb(228, 155, 94);
    max-width: 70px;
    
}

.container-fluid {

   background:-moz-linear-gradient(top, #58a3f3 30%, #99caed); 
   background:-webkit-linear-gradient(top, #58a3f3 30%, #99caed); 

}

.nav-link
{
  color: #f1f1f1 !important;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.nav-link:hover
{
  color: #e0e0e0 !important;
  box-shadow: 0 8px 10px 0 rgba(230, 228, 228, 0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



 body {  

   background:-moz-linear-gradient(top, #0d59aa00 80%, #fcfcfc); 
   background:-webkit-linear-gradient(top, #6c7fcf0c 80%, #1977bb76); 

}

.donatebody {

  background:-moz-linear-gradient(top, #ffffff 30%, #ffffff); 
   background:-webkit-linear-gradient(top, #ffffff91 70%, #ffffff48); 
}